home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000152_news@columbia.edu _Wed Mar 29 15:04:59 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA07883
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Mar 2000 15:04:59 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA19546
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 29 Mar 2000 14:35:14 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: setting tcp/ip printer in NT
  11. Date: 29 Mar 2000 19:35:13 GMT
  12. Organization: Columbia University
  13. Message-ID: <8btlth$j2n$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16.  
  17. The colon at the end of /WINDOWS-QUEUE: is not optional.  Without
  18. the colon the string "/WINDOWS-QUEUE" will be parsed as an error.
  19. Therefore, no printer will be configured.  The command is
  20.  
  21.   SET PRINTER /WINDOWS-QUEUE:
  22.  
  23. or 
  24.  
  25.   SET PRINTER /WINDOWS-QUEUE:<printer-name>
  26.  
  27.  
  28.  
  29. In article <8btkn1$hfo$1@nnrp1.deja.com>,  <jhcoutureiii@my-deja.com> wrote:
  30. : What works for us (with our Novell client NT desktops,
  31. : connecting to Unix servers for terminal emulation) is one of the
  32. : following two:
  33. : set printer {\\\\BUREAU_OF_MOTOR_VEHICLES\\p-is1}
  34. : (BUREAU_OF_MOTOR_VEHICLES is the tree, p-is1 is the printer queue.)
  35. : or
  36. : set printer lpt1
  37. : (when there is a novell capture on the workstation for a printer queue
  38. : on port lpt1.)
  39. : I've been unable to get "SET PRINTER /WINDOWS-QUEUE" to work.
  40. : Joseph Couture
  41. : In article <8btg4v$qmn$1@samba.rahul.net>,
  42. : dold@rahul.net wrote:
  43. : > Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  44. : >
  45. : > : To configure K95 to print to a Windows Printer you must use the
  46. : > : Windows Printer Queue interface
  47. : >
  48. : > : SET PRINTER /WINDOWS-QUEUE:<printer-name>
  49. : >
  50. : > Doesn't
  51. : > SET PRINTER /WINDOWS-QUEUE
  52. : > Send to the default printer? I'm not at K95 now, but I thought I was set
  53. : > up that way.
  54. : >
  55. : > --
  56. : > ---
  57. : > Clarence A Dold - dold@rahul.net
  58. : > - Pope Valley & Napa CA.
  59. : >
  60. : Sent via Deja.com http://www.deja.com/
  61. : Before you buy.
  62.  
  63.  
  64.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  65.                  The Kermit Project * Columbia University
  66.               612 West 115th St #716 * New York, NY * 10025
  67.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org